home *** CD-ROM | disk | FTP | other *** search
/ One Click 5 / ONCE005.iso / Jogos / 1636.swf / scripts / frame_6 / PlaceObject2_78_6 / CLIPACTIONRECORD on(initialize).as
Encoding:
Text File  |  2006-05-02  |  163 b   |  9 lines

  1. on(initialize){
  2.    width = 700;
  3.    height = 500;
  4.    distance = 8000;
  5.    nextStageLabel = "Stage 2";
  6.    gameOverLabel = "Game Over";
  7.    _visible = false;
  8. }
  9.